home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscCalendarPalette / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-05-11  |  524 b   |  16 lines

  1. #    MiscClockView Preamble
  2. #    basically lifted from a mini-example
  3. #    this is 3.1 specific, and will enable the building of FAT palletes!
  4.  
  5. OTHER_PRODUCT_DEPENDS = libMiscCalendarView.a
  6.  
  7. LIBOFILES = MiscCalendarView.subproj/MiscCalendarView.o \
  8.         MiscCalendarView.subproj/MiscCalendarMatrix.o \
  9.         MiscCalendarView.subproj/DateSelectionCell.o \
  10.         MiscCalendarView.subproj/SimpleDate.o
  11.  
  12. OTHER_CFLAGS = -IMiscCalendarView.subproj -I../../Headers
  13.  
  14. OTHER_GARBAGE = libMiscCalendarView.a
  15. INSTALLDIR = /LocalDeveloper/Palettes
  16.